get /mint/organizations/{org_name}/suspended-developers

Lists suspended developers for an organization. See also Viewing all suspended developers using the API.

HTTP request

https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/suspended-developers

Path Parameters

org_name (required)

string

Organization name.

Response Types

200: 

OK

Body

application/json
SuspendedDevelopersarray

List of suspended developers.

SuspendedDeveloper
creationDate

integer

Creation date in epoch format.

devId

string

ID of the developer using a format similar to the following: {org_id}@@@{dev_id}.

id

string

ID of the suspended developer record.

message

string

Message that describes the reason for the suspension.

orgId

string

ID of the organization.

prodId

string

ID of the API product.

reasonCode

string

Reason code for the suspension. Valid codes include: INSUFFICIENT_FUNDS, LIMIT_VIOLATED, NO_CURRENT_PUBLISHABLE_ENTITY, or RATE_PLAN_RATE_BAND_EXCEEDED.

ttlInSeconds

integer

Amount of time (epoch format) in seconds that the suspension will be lifted. If the developer is suspended indefinitely, the value will be set to 2500 days in epoch format.

Authentication Requirements

Available Authentication Options
  • Basic
  • OAuth

Try this API

Request parameters
org_name
Credentials
Multi-factor authentication is not supported.